home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 March / CHIP Mart 1997.iso / prg / DEVIL20 / DEVIL.BAT < prev    next >
DOS Batch File  |  1995-11-05  |  971b  |  32 lines

  1. @echo off
  2. rem Available values are
  3. rem vesa  --  This is the mode which should work everywhere
  4. rem et4000  --  Tseng ET4000 chipset
  5. rem cl5426  --  Cirrus Logic chipset
  6. rem mach64  --  ATI
  7. rem s3svga  --  This is accelerated. If you've a S3-card give it a chance.
  8. rem I don't know if they all will work, I've only tested vesa and s3svga
  9. set grx20drv=vesa
  10. rem This is for fast key moving
  11. mode CON: Rate=32 Delay=1
  12. copy >nul config\tmpdevil.msn .. 
  13. d %1 %2
  14. if errorlevel 1 goto done
  15. :loop
  16. copy >nul config\tmpdevil.rdl ..\tmpdevil.rdl 
  17. cd ..
  18. call descent
  19. cd devil20
  20. d /NOTITLE
  21. if not errorlevel 1 goto loop
  22. :done
  23. if errorlevel 2 goto ok
  24. echo Devil ended with an error. Here's the file devil.err:
  25. type devil.err |more
  26. :ok
  27. if exist config\tmpdevil.rdl del >nul config\*.rdl
  28. if exist ..\tmpdevil.rdl del ..\tmpdevil.rdl 
  29. if exist ..\tmpdevil.msn del ..\tmpdevil.msn >NUL
  30. rem This is that you can type in the normal way
  31. mode CON: Rate=21 Delay=2
  32.